func runtime.notewakeup

20 uses

	runtime (current package)
		lock_futex.go#L149: func notewakeup(n *note) {
		proc.go#L1679: 		notewakeup(&sched.sysmonnote)
		proc.go#L1695: 			notewakeup(&mp.park)
		proc.go#L2136: 		notewakeup(&sched.safePointNote)
		proc.go#L2771: 			notewakeup(&newmHandoff.wake)
		proc.go#L2999: 	notewakeup(&nmp.park)
		proc.go#L3041: 			notewakeup(&sched.stopnote)
		proc.go#L3050: 			notewakeup(&sched.safePointNote)
		proc.go#L3168: 	notewakeup(&mp.park)
		proc.go#L3194: 		notewakeup(&sched.stopnote)
		proc.go#L4493: 		notewakeup(&sched.sysmonnote)
		proc.go#L4521: 			notewakeup(&sched.stopnote)
		proc.go#L4766: 		notewakeup(&sched.sysmonnote)
		proc.go#L4814: 		notewakeup(&sched.sysmonnote)
		proc.go#L6009: 			notewakeup(&mp.park)
		profbuf.go#L386: 			notewakeup(&b.wait)
		profbuf.go#L413: 			notewakeup(&b.wait)
		rwmutex.go#L112: 				notewakeup(&w.park)
		rwmutex.go#L155: 		notewakeup(&reader.park)
		sigqueue.go#L116: 				notewakeup(&sig.note)